home *** CD-ROM | disk | FTP | other *** search
- /*
- * FednetCmp - Fednet file compression/decompression
- * Main application skeleton
- * Copyright (C) 2001 Chris Bazley
- */
-
- #ifndef FNCMain_h
- #define FNCMain_h
-
- #include <stdbool.h>
- #include "kernel.h"
- #include "toolbox.h"
-
- extern _kernel_oserror shared_err_block;
- extern char taskname[32];
- extern bool multi_saveboxes;
- extern ObjectId last_savebox;
- extern const int fednet_filetypes[11];
-
- extern int main(int argc, char *argv[]);
- #endif
-